home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
elk-2_0.lha
/
elk-2.0
/
scripts
/
Makefile
< prev
next >
Wrap
Makefile
|
1992-11-02
|
237b
|
20 lines
SHELL=/bin/sh
MAKE=make
all: default
Makefile.local: ../config/system ../config/site
./build
default: Makefile.local
$(MAKE) -f Makefile.local
install:
lint:
clean:
distclean: Makefile.local
$(MAKE) -f Makefile.local distclean